Fix for online payment test
This commit is contained in:
parent
a27b8173cb
commit
3b9b4a049e
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ class OnlinePaymentCest
|
|||
$I->fillField(['name' =>'23_apiKey'], env('stripe_secret_key') ?: Fixtures::get('stripe_secret_key'));
|
||||
// Fails to load StripeJS causing "ReferenceError: Can't find variable: Stripe"
|
||||
//$I->fillField(['name' =>'stripe_publishable_key'], env('stripe_secret_key') ?: Fixtures::get('stripe_publishable_key'));
|
||||
$I->selectOption('#token_billing_type_id', 4);
|
||||
$I->click('Save');
|
||||
$I->see('Successfully created gateway');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue