@webbers/pay-payments-medusa 1.0.7 → 1.0.8
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webbers/pay-payments-medusa",
|
|
3
3
|
"displayName": "Medusa v2 Pay. Plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"description": "The Pay.nl payment provider plugin for Medusa v2",
|
|
6
6
|
"author": "Webbers B.V. <development@webbers.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -57,7 +57,7 @@ const sdk = new Medusa__default.default({
|
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
59
|
const displayName = "Medusa v2 Pay. Plugin";
|
|
60
|
-
const version = "1.0.
|
|
60
|
+
const version = "1.0.8";
|
|
61
61
|
function getSortedPaymentMethods(data) {
|
|
62
62
|
const { checkoutOptions, checkoutSequence } = data;
|
|
63
63
|
const { primary } = checkoutSequence.default;
|
|
@@ -194,7 +194,7 @@ const PaySettingPage = () => {
|
|
|
194
194
|
] });
|
|
195
195
|
};
|
|
196
196
|
const config = adminSdk.defineRouteConfig({
|
|
197
|
-
label: "Pay
|
|
197
|
+
label: "Pay"
|
|
198
198
|
});
|
|
199
199
|
const widgetModule = { widgets: [] };
|
|
200
200
|
const routeModule = {
|
|
@@ -54,7 +54,7 @@ const sdk = new Medusa({
|
|
|
54
54
|
}
|
|
55
55
|
});
|
|
56
56
|
const displayName = "Medusa v2 Pay. Plugin";
|
|
57
|
-
const version = "1.0.
|
|
57
|
+
const version = "1.0.8";
|
|
58
58
|
function getSortedPaymentMethods(data) {
|
|
59
59
|
const { checkoutOptions, checkoutSequence } = data;
|
|
60
60
|
const { primary } = checkoutSequence.default;
|
|
@@ -191,7 +191,7 @@ const PaySettingPage = () => {
|
|
|
191
191
|
] });
|
|
192
192
|
};
|
|
193
193
|
const config = defineRouteConfig({
|
|
194
|
-
label: "Pay
|
|
194
|
+
label: "Pay"
|
|
195
195
|
});
|
|
196
196
|
const widgetModule = { widgets: [] };
|
|
197
197
|
const routeModule = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webbers/pay-payments-medusa",
|
|
3
3
|
"displayName": "Medusa v2 Pay. Plugin",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"description": "The Pay.nl payment provider plugin for Medusa v2",
|
|
6
6
|
"author": "Webbers B.V. <development@webbers.com>",
|
|
7
7
|
"license": "MIT",
|