Skip to content

Commit cedfa0f

Browse files
committed
ATL-541: Fixes delivery details not being selected
1 parent 628c8db commit cedfa0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Photobook/Controllers/CheckoutViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ class CheckoutViewController: UIViewController {
180180
if isPresentedModally {
181181
navigationItem.leftBarButtonItems = [ cancelBarButtonItem ]
182182
}
183+
184+
order.deliveryDetails = OLDeliveryDetails.selectedDetails()
183185

184186
emptyScreenViewController.show(message: Constants.loadingDetailsText, activity: true)
185187

0 commit comments

Comments
 (0)