mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-06 03:49:22 +00:00
(revert changes made to StripePaymentGateway)
This commit is contained in:
@@ -23,7 +23,7 @@ class StripePaymentGateway implements PaymentGateway
|
||||
'currency' => 'usd',
|
||||
], ['api_key' => $this->apiKey]);
|
||||
} catch (InvalidRequest $e) {
|
||||
return false;
|
||||
throw new PaymentFailedException;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user