mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
Rename Stripe existing_card param key to existing_card_id
This commit is contained in:
@@ -208,4 +208,4 @@ describe 'Checkout service', ->
|
||||
Checkout.secrets.selected_card = 1
|
||||
source_attributes = Checkout.preprocess()
|
||||
expect(source_attributes).toBeDefined()
|
||||
expect(source_attributes.existing_card).toBe 1
|
||||
expect(source_attributes.existing_card_id).toBe 1
|
||||
|
||||
Reference in New Issue
Block a user