@dotted-labs/ngx-supabase-stripe 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -462,6 +462,7 @@ class StripeClientService {
|
|
|
462
462
|
priceId,
|
|
463
463
|
resultPagePath,
|
|
464
464
|
customer,
|
|
465
|
+
locale: this.config.locale,
|
|
465
466
|
},
|
|
466
467
|
});
|
|
467
468
|
if (error) {
|
|
@@ -486,6 +487,7 @@ class StripeClientService {
|
|
|
486
487
|
priceId,
|
|
487
488
|
resultPagePath: returnPath,
|
|
488
489
|
customer,
|
|
490
|
+
locale: this.config.locale,
|
|
489
491
|
},
|
|
490
492
|
});
|
|
491
493
|
if (error) {
|
|
@@ -628,6 +630,7 @@ class StripeClientService {
|
|
|
628
630
|
body: {
|
|
629
631
|
customerId,
|
|
630
632
|
returnUrl,
|
|
633
|
+
locale: this.config.locale,
|
|
631
634
|
},
|
|
632
635
|
});
|
|
633
636
|
if (error) {
|