Issue #3271932: Payment processing error after changing the API key
Merged
requested to merge issue/commerce_omise-3271932:3271932-payment-processing-error into 8.x-1.x
Compare changes
@@ -17,6 +17,7 @@ use Drupal\Component\Datetime\TimeInterface;
@@ -17,6 +17,7 @@ use Drupal\Component\Datetime\TimeInterface;
@@ -185,11 +186,13 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {
@@ -185,11 +186,13 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {
@@ -370,12 +373,8 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {
@@ -370,12 +373,8 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {
@@ -458,22 +457,17 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {
@@ -458,22 +457,17 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {
protected function doCreatePaymentMethod(PaymentMethodInterface $payment_method, array $payment_details) {
@@ -612,4 +606,35 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {
@@ -612,4 +606,35 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {