Skip to content

Commit

Permalink
3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloverdaniel committed Feb 8, 2019
1 parent a293fb3 commit 5e260cf
Show file tree
Hide file tree
Showing 24 changed files with 479 additions and 324 deletions.
288 changes: 0 additions & 288 deletions .jazzy.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

6 changes: 4 additions & 2 deletions CloverConnector.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'CloverConnector'
s.version = '3.0.0'
s.version = '3.0.1'
s.summary = 'Provides an api for communicating with a Clover Mini as a customer facing payment device.'

s.description = <<-DESC
Expand All @@ -21,7 +21,8 @@ ICloverConnector
- *voidPaymentRefund* - void a payment refund (Canada flows only)
- *manualRefund* - provide a manual refund a.k.a. naked credit
- *closeout* - posts a closeout request to the server to closeout open payments
- *displayPaymentReceiptOptions* - display the receipt selection screen
- *displayPaymentReceiptOptions* - (Deprecated) display the receipt selection screen
- *displayReceiptOptions* - Display the receipt selection screen for a payment, credit, or refund
- *acceptSignature* - method to accept a signature when the Clover device sends a `verifySignatureRequest`
- *rejectSignature* - method to reject a signature when the Clover device sends a `verifySignatureRequest`
- *vaultCard* - reads a card and retrieves a multi-pay token
Expand Down Expand Up @@ -75,6 +76,7 @@ ICloverConnectorListener
- *onPrintPaymentDeclineReceipt* - called when a user requests a paper receipt for a declined Payment
- *onPrintPaymentMerchantCopyReceipt* - called when a user requests a merchant copy of a Payment receipt
- *onPrintRefundPaymentReceipt* - called when a user requests a paper receipt for a Payment Refund
- *onDisplayReceiptOptionsResponse* - called in response to a DisplayReceiptOptions request
- *onRetrievePrintersResponse* - called at the completion of a retrievePrinters request
- *onPrintJobStatusResponse* - called at the completion of a retrievePrintJobStatus
- *onRetrievePendingPaymentsResponse* - called in response to a retrieve pending payments request. Returns a list of payments not yet submitted to the server
Expand Down
Loading

0 comments on commit 5e260cf

Please sign in to comment.