Skip to content

Commit ab148d4

Browse files
authored
feat: Add phone parameter to order methods (#12)
Relates to viur-framework/viur-shop#73
1 parent ec5b2ec commit ab148d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ViURShopClient.js

+4
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ export class ViURShopClient {
350350
payment_provider,
351351
billing_address_key,
352352
email,
353+
phone,
353354
customer_key,
354355
state_ordered,
355356
state_paid,
@@ -362,6 +363,7 @@ export class ViURShopClient {
362363
payment_provider,
363364
billing_address_key,
364365
email,
366+
phone,
365367
customer_key,
366368
state_ordered,
367369
state_paid,
@@ -376,6 +378,7 @@ export class ViURShopClient {
376378
payment_provider,
377379
billing_address_key,
378380
email,
381+
phone,
379382
customer_key,
380383
state_ordered,
381384
state_paid,
@@ -388,6 +391,7 @@ export class ViURShopClient {
388391
payment_provider,
389392
billing_address_key,
390393
email,
394+
phone,
391395
customer_key,
392396
state_ordered,
393397
state_paid,

0 commit comments

Comments
 (0)