We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628c8db commit cedfa0fCopy full SHA for cedfa0f
Photobook/Controllers/CheckoutViewController.swift
@@ -180,6 +180,8 @@ class CheckoutViewController: UIViewController {
180
if isPresentedModally {
181
navigationItem.leftBarButtonItems = [ cancelBarButtonItem ]
182
}
183
+
184
+ order.deliveryDetails = OLDeliveryDetails.selectedDetails()
185
186
emptyScreenViewController.show(message: Constants.loadingDetailsText, activity: true)
187
0 commit comments