@xsolla/payment-client-core 0.1.14-test15 → 0.1.14-test16

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.
@@ -4731,7 +4731,7 @@ class SavePaymentMethodStatusService {
4731
4731
  action: 'getstatus',
4732
4732
  // invoice: params.invoice,
4733
4733
  ...params,
4734
- access_token: params.token
4734
+ access_token: params.token || '8sogPLisB328Snf9M9aChSwkZn4IzOzf_lc_en'
4735
4735
  };
4736
4736
  const check = await this.checkStatusService.requestPromise('directpayment', paramsCheck);
4737
4737
  console.log('requestPromise', check);