jonlund

Results 6 issues of jonlund

The instructions for getting started include creating a Podfile. The result errors out--I believe because of breaking changes in cocoapods 1.0. It says it requires a target.

Even if you don't accept these I thought it would be easier and more clear than typing up an issue explaining them.

Somehow the "delivery_method" property on type "Invoice" is messed up it shows: `"$ref": "#/definitions/invoice_delivery_methodInvoiceDeliveryMethod"` it should be: `"$ref": "#/definitions/InvoiceDeliveryMethod"` I know this is generated so something upstream must not be...

bug

Type `Reason` doesn't exist but is referenced several times. For example: property `reason` on method `GiftCardActivityAdjustDecrement` should be `GiftCardActivityAdjustDecrementReason` not `Reason`. property `reason` on method `GiftCardActivityAdjustIncrement` should be `GiftCardActivityAdjustIncrementReason` not...

I'm getting device.code.paired webhook requests where the data.object.device_code.product_type is `"RESTAURANT"`. The spec only has `"TERMINAL_API"` as an enum for `ProductType`. (I hope this is helpful. I LOVE that you guys...

enhancement

A bunch of the new types have broken references. I believe every case is because they are missing prefix. For example, instead of just `Policy` it should be `CheckoutLocationSettingsPolicy` This...