Skip to content

Commit 9cf7945

Browse files
committed
undo test url
1 parent b2b6369 commit 9cf7945

File tree

1 file changed

+1
-1
lines changed
  • samples/MobileBuyIntegration/app/src/main/java/com/shopify/checkout_sdk_mobile_buy_integration_sample/cart

1 file changed

+1
-1
lines changed

samples/MobileBuyIntegration/app/src/main/java/com/shopify/checkout_sdk_mobile_buy_integration_sample/cart/CartViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class CartViewModel(
7777
activity: ComponentActivity,
7878
eventProcessor: T
7979
) {
80-
ShopifyCheckoutSheetKit.present("https://codepen.io/mrkmur/full/yLdaKXe", activity, eventProcessor)
80+
ShopifyCheckoutSheetKit.present(url, activity, eventProcessor)
8181
}
8282

8383
private fun performCartLinesAdd(cartID: ID, variant: ID, onComplete: OnComplete) {

0 commit comments

Comments
 (0)