@delopay/sdk 0.112.0 → 0.113.0
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.
- package/dist/{chunk-3O5MU6FP.js → chunk-NY5O6S5X.js} +5 -2
- package/dist/chunk-NY5O6S5X.js.map +1 -0
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -5
- package/dist/index.d.ts +10 -5
- package/dist/index.js +1 -1
- package/dist/internal.cjs +14 -1
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +51 -1
- package/dist/internal.d.ts +51 -1
- package/dist/internal.js +11 -1
- package/dist/internal.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-3O5MU6FP.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -2966,7 +2966,10 @@ var Shops = class {
|
|
|
2966
2966
|
* @param merchantId - The merchant account ID.
|
|
2967
2967
|
* @param shopId - The shop (business profile) ID to restyle.
|
|
2968
2968
|
* @param params - The new `payment_link_config` blob (full replacement).
|
|
2969
|
-
* @returns The
|
|
2969
|
+
* @returns The saved branding — the same shape `retrieveCheckoutBranding`
|
|
2970
|
+
* returns, not the whole shop. A role whose only power is restyling a
|
|
2971
|
+
* checkout must not receive the webhook signing key or the card-vault
|
|
2972
|
+
* configuration back from a save.
|
|
2970
2973
|
*/
|
|
2971
2974
|
async updateCheckoutBranding(merchantId, shopId, params, options) {
|
|
2972
2975
|
return this.request(
|