We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 960c7cd6 authored by Marcos Garcia's avatar Marcos Garcia Committed by GitHub

Add missing item from missing API response fields (#589)

parent ebff4155
...@@ -188,7 +188,7 @@ class Agreement extends \Magento\Paypal\Model\Billing\Agreement ...@@ -188,7 +188,7 @@ class Agreement extends \Magento\Paypal\Model\Billing\Agreement
!isset($contractDetail['expiryDate']) || !isset($contractDetail['expiryDate']) ||
!isset($contractDetail['paymentMethod']) !isset($contractDetail['paymentMethod'])
) { ) {
$this->_errors[] = __('"In the Additional data in API response section, select: Card summary, Expiry Date, Cardholder name, Recurring details and Variant to create billing agreements immediately after the payment is authorized."'); $this->_errors[] = __('"In the Additional data in API response section, select: Card bin, Card summary, Expiry Date, Cardholder name, Recurring details and Variant to create billing agreements immediately after the payment is authorized."');
return $this; return $this;
} }
// Billing agreement is CC // Billing agreement is CC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment