Fixes for migration
This commit is contained in:
parent
d2e9d3d8b4
commit
cdc054a10f
1 changed files with 2 additions and 2 deletions
|
|
@ -963,8 +963,8 @@ trait GenerateMigrationResources
|
|||
'gateway_key' => $this->getGatewayKeyById($account_gateway->gateway_id),
|
||||
'accepted_credit_cards' => $account_gateway->accepted_credit_cards,
|
||||
'require_cvv' => $account_gateway->require_cvv,
|
||||
'show_billing_address' => $account_gateway->show_billing_address,
|
||||
'show_shipping_address' => $account_gateway->show_shipping_address,
|
||||
'require_billing_address' => $account_gateway->show_billing_address,
|
||||
'require_shipping_address' => $account_gateway->show_shipping_address,
|
||||
'update_details' => $account_gateway->update_details,
|
||||
'config' => Crypt::decrypt($account_gateway->config),
|
||||
'fees_and_limits' => $this->transformFeesAndLimits($gateway_type_id),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue