@tap-payments/apple-pay-button 0.0.67-development → 0.0.68-development

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.
Files changed (2) hide show
  1. package/build/api.js +1 -1
  2. package/package.json +1 -1
package/build/api.js CHANGED
@@ -158,7 +158,7 @@ var APPService = (function () {
158
158
  body = {
159
159
  validationUrl: validationURL,
160
160
  origin: merchantRegisteredDomain,
161
- merchantIdentifier: merchantRegisteredDomain,
161
+ merchantIdentifier: merchant.id,
162
162
  merchantId: merchant.id,
163
163
  merchantName: merchant.name
164
164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/apple-pay-button",
3
- "version": "0.0.67-development",
3
+ "version": "0.0.68-development",
4
4
  "description": "Apple Pay Button React Component",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.js",