Minor fixes for wepay
This commit is contained in:
parent
fa794e1edb
commit
8a8580ecba
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class ACH
|
|||
public function authorizeView($data)
|
||||
{
|
||||
$data['gateway'] = $this->wepay_payment_driver;
|
||||
$data['country_code'] = $this->wepay_payment_driver->client ? $this->wepay_payment_driver->client->country->iso_3166_2 : $this->wepay_payment_driver->company_gateway->company()->iso_3166_2;
|
||||
|
||||
return render('gateways.wepay.authorize.bank_transfer', $data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue