summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/StorePaymentManager
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Swiftformat: update --maxwidth to 120Andrej Mihajlov1-2/+1
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov3-50/+32
2023-01-18Reference Swift.Error as Error where disambiguation is no longer neededAndrej Mihajlov2-4/+4
2022-11-09Remove shared instancesAndrej Mihajlov1-11/+11
2022-11-08Set ResultOperation generic typesAndrej Mihajlov1-1/+4
2022-11-08Merge guts of StoreReceipt into SendStoreReceiptOperationAndrej Mihajlov3-187/+96
2022-11-08Payments: reduce code duplication when calling observersAndrej Mihajlov1-34/+26
2022-11-08Payments: move account validation into operation, add background observerAndrej Mihajlov1-37/+47
2022-10-31Add temporary StorePaymentManager.sharedAndrej Mihajlov1-0/+7
2022-10-31Introduce StorePaymentEvent to pass payment related data.Andrej Mihajlov9-0/+816