You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -190,7 +190,7 @@ export class AbstractFulfillmentProviderService
190
190
/**
191
191
* This method validates whether a shippin option's price can be calculated during checkout. It's executed when the admin user creates a shipping
192
192
* option of type `calculated`. If this method returns `false`, an error is thrown as the shipping option's price can't be calculated.
193
-
*
193
+
*
194
194
* You can perform the checking using the third-party provider if applicable. The `data` parameter will hold the shipping option's `data` property, which
195
195
* includes the data of a fulfillment option returned by {@link getFulfillmentOptions}.
196
196
*
@@ -231,11 +231,19 @@ export class AbstractFulfillmentProviderService
231
231
* @example
232
232
* class MyFulfillmentProviderService extends AbstractFulfillmentProviderService {
0 commit comments