#if __has_include() #import #else #import #endif @implementation BTConfiguration (LocalPayment) - (BOOL)isLocalPaymentEnabled { // Local Payments are enabled when PayPal is enabled return [self.json[@"paypalEnabled"] isTrue]; } @end