Skip to content

Commit 685f183

Browse files
committed
read receipt: send
1 parent bae3ae8 commit 685f183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swift/Display Receipt/DisplayReceiptHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class DisplayReceiptHelper : NSObject {
2424
do {
2525
let receipt = try displayReceipt(fromPayload: content.userInfo)
2626
try save(receipt)
27-
//try send()
27+
try send()
2828
completionHandler(content, nil)
2929
} catch {
3030
completionHandler(content, error)

0 commit comments

Comments
 (0)